[Ruby on Rails] Data Structure

Posted by siulamvictor on Stack Overflow See other posts from Stack Overflow or by siulamvictor
Published on 2010-04-29T04:02:09Z Indexed on 2010/04/29 4:07 UTC
Read the original article Hit count: 248

I am building a online form, with about 20 multiple choice checkboxes.

I can get the nested data with this command.

raise params.to_yaml

I need to store these data and call them again later. I want to sort out which user chose which specific checkbox, i.e. who chose checkbox no.2?

What's the best way to store these data in database?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about database